gui/macOS: Remove "Advanced" settings from File Provider settings
authorClaudio Cambra <claudio.cambra@nextcloud.com>
Wed, 26 Feb 2025 02:15:27 +0000 (10:15 +0800)
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>
Mon, 3 Mar 2025 16:11:47 +0000 (16:11 +0000)
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
src/gui/macOS/ui/FileProviderSettings.qml

index 86e6128bf441ac2c47713c420dca11c01efc45b5..7ffee4d4f39a71ac6dd5d0101c3aeb84eb2b2cf0 100644 (file)
@@ -139,20 +139,6 @@ Page {
                         }
                     }
                 }
-
-                EnforcedPlainTextLabel {
-                    Layout.fillWidth: true
-                    Layout.topMargin: Style.standardSpacing
-                    text: qsTr("Advanced")
-                    font.bold: true
-                    font.pointSize: Style.subheaderFontPtSize
-                    elide: Text.ElideRight
-                }
-
-                Button {
-                    text: qsTr("Signal file provider domain")
-                    onClicked: root.controller.signalFileProviderDomain(root.accountUserIdAtHost)
-                }
             }
         }
     }